LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ItemRemoved Event (ListWithEvents<T>)

Show in webframe






Occurs when an item is removed from the list.
Syntax
public event EventHandler<DataEventArgs<T>> ItemRemoved
'Declaration
 
Public Event ItemRemoved As EventHandler(Of DataEventArgs(Of T))
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim handler As EventHandler(Of DataEventArgs(Of T))
 
AddHandler instance.ItemRemoved, handler

            

            
public: __event EventHandler<DataEventArgs<T*>*>* ItemRemoved
public:
event EventHandler<DataEventArgs<T*>*>* ItemRemoved
Event Data

The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.